user storage
๐ Feature description - Server managementโ
- ๐ป Do the deployment of server-side users management ๐ 2023-11-06 โ 2023-11-04
๐ Scenarios:โ
โ (0) New userโ
Given a new user signed in
When clicking on the sign in button
Then user data is stored in Storage to have a common file
โ (1) Deleted userโ
Given I am the user
When user is deleted from the database console directly & manually
Then the user is deleted from the storage too